home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Complete Linux
/
Complete Linux.iso
/
xwindows
/
games
/
xtrek_bi.tz
/
xtrek_bi
/
xtrek
/
config
/
fed.b
< prev
next >
Wrap
Text File
|
1989-12-01
|
276b
|
8 lines
#define ship_width 16
#define ship_height 16
static char ship_bits[] = {
0xc0, 0x03, 0xe0, 0x07, 0xf0, 0x0f, 0xf0, 0x0f, 0xf0, 0x0f, 0xe0, 0x07, 0xc0, 0x03, 0x90, 0x09,
0x90, 0x09, 0x90, 0x09, 0xf0, 0x0f, 0x90, 0x09, 0x90, 0x09, 0x10, 0x08, 0x10, 0x08, 0x10, 0x08
};